home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7561 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: sargas.omicron.se!usenet
  2. From: elias@cepheus.omicron.se (Elias Martenson)
  3. Newsgroups: comp.lang.c,gnu.gcc.help,comp.unix.programmer
  4. Subject: Re: Help for using bcopy function
  5. Date: 27 Feb 1996 13:40:32 GMT
  6. Organization: Omicron
  7. Distribution: world
  8. Message-ID: <ELIAS.96Feb27144032@cepheus.omicron.se>
  9. References: <4gl53u$4bv@kocrsv08.delcoelect.com>
  10. NNTP-Posting-Host: graffias.omicron.se
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=US-ASCII
  13. Content-Transfer-Encoding: 7bit
  14. In-reply-to: c2xjs2@mail.delcoelect.com's message of 23 Feb 1996 19:38:38 GMT
  15.  
  16. In article <4gl53u$4bv@kocrsv08.delcoelect.com> c2xjs2@mail.delcoelect.com (Jianli Sun) writes:
  17.  
  18. > I use bcopy function in a client-server program, I get a error 
  19. > say bcopy is not declared, when I try to compile it on UNIX using
  20. > gcc. Can someone out there, tell me which libary file I should 
  21. > inclued to compile it. please e-mail me. thanks!
  22.  
  23. bcopy() is not standard AFAIK. Use memcpy instead.
  24.  
  25. -- 
  26. Elias Martenson                            ! When I come up with a good joke,
  27. elias@omicron.se                           ! it will be here.
  28.